StartWorkerRequest

data class StartWorkerRequest(scopeURL: String)

Represents request frame that can be used with ServiceWorker#startWorker operation call.

See also

Constructors

StartWorkerRequest
Link copied to clipboard
fun StartWorkerRequest(scopeURL: String)

Properties

scopeURL
Link copied to clipboard
val scopeURL: String

Sources

jvm source
Link copied to clipboard